projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05abea6
)
gtk_css_provider_get_named: don't leak subpath (#636777)
author
Guillaume Desmottes
<guillaume.desmottes@collabora.co.uk>
Wed, 8 Dec 2010 14:13:21 +0000
(15:13 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Dec 2010 02:13:03 +0000
(21:13 -0500)
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index 5faa07666c9dd64832885724229ca2d5931bf557..0e1f8af9140f98d2f378974656ec8fcf1ed2af50 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-3856,6
+3856,8
@@
gtk_css_provider_get_named (const gchar *name,
}
}
+ g_free (subpath);
+
if (path)
{
GError *error = NULL;